d_dataframes ~master (2022-01-03T11:20:56.2999563)
Dub
Repo
DataFrameTypedRow
dataframe
typed
Undocumented in source.
struct
DataFrameTypedRow {
DataFrameTyped
*
frame
;
size_t
rowNumber
;
auto
opDispatch
();
void
opDispatch
(T value);
}
Members
Functions
opDispatch
auto
opDispatch
()
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
void
opDispatch
(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
frame
DataFrameTyped
*
frame
;
Undocumented in source.
rowNumber
size_t
rowNumber
;
Undocumented in source.
Meta
Source
See Implementation
dataframe
typed
functions
typedFrameFromCSV
structs
DataFrameTyped
DataFrameTypedRow